Only call set-text-conversion-style if it exists
authorMattias Engdegård <mattiase@acm.org>
Fri, 5 Apr 2024 13:54:30 +0000 (15:54 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 5 Apr 2024 13:56:04 +0000 (15:56 +0200)
commit4fc84cb23b6d671b44f18b8462e94c3bcfc3ee09
tree66baaadb3d538ea81c931819cf9bfbe70723399d
parent200a0e5e7d589256d9aad79ff0e9b74b579e7f5e
Only call set-text-conversion-style if it exists

* lisp/auth-source.el (read-passwd): Guard call, as it was before the
code was moved here.
`set-text-conversion-style` is not present in all configurations.
lisp/auth-source.el